Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_graph
ctype_graph
Check for any printable characters except spaces
Name:
ctype_graph
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for any printable characters except spaces
Related
ftp_rawlist and preg_match regular parsing file information
1
PHP Data Filtering Explained: How to Use FILTER_SANITIZE_NUMBER_FLOAT Effectively
1
How to avoid duplicate queries when multiple calls to PDOStatement::fetchObject
5
The role of cosh in generating PDF mathematical charts
4
Similar Functions
ctype_digit
ctype_digit
Checknumericcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_print
ctype_print
Checkprintablecharac
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_lower
ctype_lower
Checklowercasecharac
ctype_graph
ctype_graph
Checkforanyprintable
ctype_upper
ctype_upper
Checkcapitalcharacte
Popular Articles